PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFileEx Class / save Method / save(String,PDFSecurityHandler,boolean) Method
Path where the PDF file will be saved.
Security handler for encrypting the merged file.
True if the merged file should compress the PDF file structure.
In This Topic
    save(String,PDFSecurityHandler,boolean) Method
    In This Topic
    Saves the PDF file to disk.
    Syntax
    public void save( 
       java.lang.String fileName,
       PDFSecurityHandler securityHandler,
       boolean enableObjectCompression
    )

    Parameters

    fileName
    Path where the PDF file will be saved.
    securityHandler
    Security handler for encrypting the merged file.
    enableObjectCompression
    True if the merged file should compress the PDF file structure.
    See Also